@charset "utf-8";
@keyframes contentMove {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/*  head  */

.pc-nav {
    position: fixed;
    padding: 17px 45px 0 35px;
    height: 84px;
    width: 100%;
    z-index: 99;
    transition: all linear 1s;
    zoom: .9;
}

.pc-nav ul {
    display: inline-block;
    margin-top: 6px;
}

.pc-nav li {
    float: left;
}

.pc-nav li a {
    display: block;
    font-size: 16px;
    color: #333;
    height: 39px;
    line-height: 39px;
    margin: 0 22px;
}

.pc-nav li a:hover,
.pc-nav li a.active {
    font-weight: 600;
}

.is-fixed {
    background-color: rgba(230, 224, 215, .8);
    transition: all linear 1s;
}

.pc-nav .nav-right {
    height: 39px;
    line-height: 39px;
    width: 224px;
    border-radius: 20px;
    background-color: #c1a264;
    color: #fff;
    margin-top: 6px;
}

.nav-right a {
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
}


/*  foot   */

.foot {
    background-color: #cab07b;
    padding: 65px 0 90px;
}

.foot-left {
    float: left;
}

.foot-left .foot-left-top {
    padding: 30px 0 45px;
}

.foot-left .foot-left-top div {
    margin-left: 10px;
    line-height: 26px;
}

.foot-left .foot-left-bottom {
    padding: 25px 0;
    width: 330px;
    border-top: 1px solid #e3d6ba;
    border-bottom: 1px solid #e3d6ba;
    line-height: 26px;
}

.foot-left-bottom a {
    font-size: 14px;
    color: #fff;
}

.foot-left p {
    font-size: 16px;
    color: #fff;
}

.foot-right {
    float: right;
    display: flex;
}

.foot-right dl {
    margin-left: 45px;
    color: #fff;
}

.foot-right dt {
    font-size: 16px;
    margin-bottom: 25px;
}

.foot-right dd {
    line-height: 28px;
}

.foot-right dd a {
    font-size: 16px;
    color: #fff;
}


/*   index   */

.swiper-banner {
    height: 100%;
    overflow: hidden;
}

.swiper-pagination-banner {
    bottom: 105px !important;
}

.swiper-pagination-banner .swiper-pagination-bullet {
    outline: none;
}

.swiper-pagination-banner .swiper-pagination-bullet-active {
    background: #fff;
}

.quick-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.quick-nav-text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}

.quick-nav-list {
    display: flex;
}

.quick-nav-list a {
    flex: 1;
    text-align: center;
    height: 88px;
    font-size: 18px;
    border-right: 1px solid #7d7a7e;
    position: relative;
    padding-top: 18px;
    transition: all .6s;
}

.quick-nav-list a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    transition: all .6s;
    background: linear-gradient(to bottom, rgba(204, 181, 137, 0.2), rgba(204, 181, 137, 0.8));
}

.quick-nav-list a:hover::before {
    height: 100%;
}

.quick-nav-list a::after {
    position: absolute;
    content: '';
    background: url(../images/arrow-up2.png) bottom center no-repeat;
    width: 100%;
    left: 0;
    height: 30px;
    bottom: 17px;
    transition: all .6s;
}

.quick-nav-list a span {
    display: inline-block;
    color: #fff;
}

.quick-nav-list a:hover span {
    animation: up-move 1s linear infinite;
}

.quick-nav-list a:hover::after {
    background: url(../images/arrow-up3.png) bottom center no-repeat;
    transition: all .6s;
}

.swiper-container-outer {
    width: 100%;
    height: 100vh !important;
}

.swiper-container-outer .swiper-slide {
    overflow: hidden;
}

.more img {
    transition: all .5s;
}

.more:hover img {
    transform: rotate(90deg);
    transition: all .5s;
}

.title h1 {
    font-size: 50px;
    color: #c1a264;
}

.title h2 {
    font-size: 59px;
    font-weight: bold;
    color: #d4d2c3;
    margin-top: 18px;
}

.title h3 {
    font-size: 35px;
    color: #d4d2c3;
}

.title h4 {
    font-size: 24px;
    color: #969089;
    margin: 25px 0 40px;
}

.title .arc {
    font-size: 16px;
    color: #969089;
    line-height: 27px;
    margin-bottom: 45px;
    max-width: 550px;
}

.about {
    padding: 240px 0 0;
}

.about-right .block-1,
.about-right .block-2,
.about-right .block-3,
.serv-right .block-1,
.serv-right .block-2,
.serv-right .block-3 {
    position: absolute;
    z-index: -1;
}

.about-right .block-1 {
    width: 255px;
    height: 287px;
    background-color: #d9cbad;
    right: 50%;
    opacity: 0;
    top: 50%;
    transition: all ease-out 0.6s;
}

.about-right .block-2 {
    width: 125px;
    height: 129px;
    background-color: #e6e0cd;
    left: 50%;
    bottom: 50%;
    opacity: 1;
    transition: all ease-out 0.6s;
}

.about-right .block-3 {
    width: 55px;
    height: 55px;
    background-color: #e0c99c;
    right: 50%;
    bottom: 50%;
    opacity: 0;
    transition: all ease-out 0.6s;
}

.business {
    background: #fff url(../images/business.jpg) center bottom no-repeat;
}

.busi-left {
    padding: 140px 0 75px;
}

.busi-left h1 {
    font-size: 50px;
    color: #fff;
}

.busi-left h2 {
    font-size: 59px;
    color: #dfd1b5;
    font-weight: bold;
    margin-top: 20px;
}

.busi-left h3 {
    font-size: 35px;
    color: #dfd1b5;
    margin-top: 8px;
}

.tabs {
    margin-top: 45px;
    margin-bottom: 30px;
}

.tabs a {
    font-size: 16px;
    color: #fff;
    display: flex;
    width: auto;
    align-items: center;
    background-position: left center;
    margin-bottom: 32px;
}

.tabs a h2 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    transition: all .5s;
}

.tabs a h3 {
    font-size: 13px;
    color: #e9dec4;
    margin-top: 12px;
}

.tabs a .nav-icon {
    width: 60px;
}

.tabs a.active h2 {
    padding-left: 70px;
    transition: all .5s;
    position: relative;
}

.tabs a.active h2::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.tabs-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 68%;
    zoom: .9;
}

.tabs-content .con {
    display: none;
}

.con .con-info {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 335px;
    background: rgba(160, 139, 97, .7);
    padding-top: 120px;
}

.con-info h4 {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}

.con-info h5 {
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 18px;
}

.con-info .arrow {
    animation: up-move ease-out 2s infinite;
}

.con .con-pic {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    animation: load-move2 0.6s ease-out forwards;
}

.con .con-more {
    position: absolute;
    z-index: 9;
    right: 125px;
    bottom: 30px;
    font-size: 16px;
    color: #888;
    font-weight: 500;
    text-decoration: underline !important;
    padding-left: 56px;
    background: url(../images/arrow-right.png) left center no-repeat;
}

.tabs-content .con.active {
    display: block;
}

.serv {
    padding: 240px 0 0;
}

.serv-left {
    padding-top: 75px;
}

.serv-right .block-1 {
    width: 255px;
    height: 287px;
    background-color: #ddcdaf;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all ease-out 0.6s;
}

.serv-right .block-2 {
    width: 55px;
    height: 55px;
    background-color: #dec79a;
    left: 50%;
    bottom: 50%;
    opacity: 0;
    transition: all ease-out 0.6s;
}

.serv-right .block-3 {
    width: 125px;
    height: 129px;
    background-color: #e2dccb;
    right: 50%;
    bottom: 50%;
    opacity: 0;
    transition: all ease-out 0.6s;
}

.resp {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 170px;
}

.resp-left {
    max-width: 600px;
    color: #fff;
}

.resp-left h1 {
    font-size: 50px;
}

.resp-left h2 {
    font-size: 32px;
    margin-top: 10px;
}

.resp-left h3 {
    font-size: 34px;
    margin-top: 35px;
}

.resp-left p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 26px;
    margin-bottom: 40px;
}

.news {
    padding: 200px 0 0;
}

.news .news-left {
    padding: 0;
}

.news-left .swiper-pagination {
    display: flex;
    bottom: 0;
}

.news-left .swiper-pagination .swiper-pagination-bullet {
    flex: 1;
    border-radius: 0;
    background-color: #6f5c36;
    opacity: 1;
    margin: 0;
}

.news-left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #c1a264;
}

.news-left .pic-item {
    position: absolute;
    bottom: 8px;
    height: 94px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.news-left .pic-item a {
    height: 102px;
    display: flex;
    align-items: center;
}

.pic-item .pic-item-left {
    width: 190px;
    padding-left: 35px;
}

.pic-item-left h3 {
    font-size: 30px;
    color: #fff;
}

.pic-item-left h4 {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.pic-item .pic-item-right {
    flex: 1;
    font-size: 20px;
    color: #fff;
}

.news .news-right {
    padding-left: 85px;
    padding-right: 45px;
}

.news-right h1 {
    font-size: 50px;
    color: #c1a264;
}

.news-right h2 {
    font-size: 24px;
    color: #969089;
    margin-top: 20px;
}

.news-right-list {
    margin-top: 20px;
}

.news-right-list li a {
    display: flex;
    align-items: center;
    padding: 17px 0;
    transition: .5s ease-in-out;
    background-position: right center;
}

.news-right-list .left-item {
    width: 155px;
}

.left-item h3 {
    font-size: 30px;
    color: #969089;
}

.left-item h4 {
    font-size: 14px;
    color: #969089;
    margin-top: 10px;
}

.news-right-list .right-item {
    flex: 1;
    font-size: 16px;
    color: #969089;
    padding-right: 30px;
    transition: all linear 0.5s;
}

.news-right-list li:hover a .right-item {
    color: #c1a264
}

.news-right-list li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #c1a264;
}

.navigation-link:before {
    left: 0;
}

.news-right-list li:hover a {
    background: url(../images/arrow.png) right center no-repeat;
}

.news-right-list li:hover a:before {
    width: 100%;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}


/*  单页   */

.inn-ban-info {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
}

.inn-ban-info h2 {
    font-size: 40px;
    color: #fff;
    transition: all linear 0.6s;
    animation: load-move 0.6s ease-out forwards;
}

.inn-ban-info h4 {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    transition: all linear 0.6s;
    animation: load-move 0.7s ease-out forwards;
}

.inn-ban-info .text-right:hover h2,
.inn-ban-info .text-right:hover h4 {
    color: #333;
}

.inn-nav {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 88px;
    line-height: 88px;
    background: rgba(255, 255, 255, .9);
}

.inn-nav a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.inn-nav a:hover::after,
.inn-nav a.active::after {
    content: '';
    position: absolute;
    width: 62px;
    height: 5px;
    background: #c1a365;
    bottom: 0;
    left: 50%;
    margin-left: -31px;
}

.inn-about {
    padding: 55px 0 75px;
    background: url(../images/a-bg.jpg) bottom center no-repeat;
}

.inn-about.inn-item {
    padding: 45px 0;
    background: none;
}

.t1 {
    font-size: 36px;
    color: #c1a264;
}

.t2 {
    font-size: 20px;
    color: #d4d2c3;
    font-weight: bold;
    margin-bottom: 40px;
}

.inn-about .line {
    display: block;
    height: 1px;
    width: 66px;
    background-color: #c1a264;
    margin: 25px 0;
}

.arc {
    line-height: 30px;
    font-size: 16px;
    color: #969089;
}

.about-num {
    margin: 70px 0 0;
    display: flex;
    justify-content: center;
}

.about-num .num {
    width: 365px;
    justify-content: center;
    border-left: 1px solid #c2c2c2;
    padding: 40px 0 35px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.about-num .num:last-child {
    border-right: 1px solid #c2c2c2;
}

.num h2 {
    font-size: 20px;
    color: #bb9740;
}

.num h2 span {
    font-size: 68px;
    font-weight: bold;
}

.num h2 sup {
    top: -35px;
    font-size: 40px;
}

.num h4 {
    font-size: 18px;
    color: #555;
    margin-top: 15px;
}

.item-swiper {
    padding-bottom: 65px;
    background-color: #c1b7a3;
}

.item-swiper .swiper-area.container {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.item-swiper .swiper-container {
    padding-top: 180px;
    padding-bottom: 50px;
    margin: 0 85px;
    overflow: hidden;
}

.swiper-area .swiper-button-next,
.swiper-area .swiper-button-prev {
    width: 53px;
    height: 53px;
    margin-top: 50px;
}

.swiper-area .swiper-button-next::after,
.swiper-area .swiper-button-prev::after {
    content: '';
}

.swiper-area .swiper-button-next {
    background: url(../images/right-btn.png) center center no-repeat;
}

.swiper-area .swiper-button-prev {
    background: url(../images/left-btn.png) center center no-repeat;
}

.swiper-area .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
    flex-direction: column;
}

.swiper-area .swiper-slide h2 {
    font-size: 22px;
    color: #555;
    margin-top: 16px;
}

.swiper-area .swiper-slide-active h2 {
    transform: scale(.7) !important;
}

.swiper-area .swiper-slide-active,
.swiper-area .swiper-slide-duplicate-active {
    transform: scale(1.4);
    position: relative;
    z-index: 9;
    margin-top: -4%;
}

.item-list {
    padding: 50px 0 30px;
}

.item-list li {
    border-bottom: 1px solid #cacaca;
    padding: 64px 0 70px;
}

.item-list li:last-child {
    border-bottom: none;
}

.item-list .item-list-left,
.item-list .item-list-right {
    width: 50%;
}

.item-list-right img {
    display: inline-block;
    transition: all linear 0.3s;
}

.item-list-right img:hover {
    transform: scale(1.05);
}

.item-list li:nth-child(odd) .item-list-left {
    float: left;
    padding-right: 60px;
    padding-left: 15px;
}

.item-list li:nth-child(odd) .item-list-right {
    float: right;
    text-align: right;
}

.item-list li:nth-child(even) .item-list-left {
    float: right;
    padding-left: 75px;
}

.item-list li:nth-child(even) .item-list-right {
    float: left;
    text-align: left;
}

.item-list h2 {
    font-size: 36px;
    color: #c1a264;
    padding-top: 45px;
}

.item-list h3 {
    font-size: 24px;
    color: #555;
}

.item-list .line {
    display: block;
    width: 66px;
    height: 1px;
    background-color: #c1a264;
    margin: 15px 0;
}

.item-list .arc {
    margin-top: 40px;
    line-height: 28px;
}

.inn-item .t2 {
    margin-bottom: 15px;
}

.t4 {
    font-size: 24px;
    color: #969089;
    margin-bottom: 50px;
}

.t5 {
    margin-top: 15px;
    font-size: 28px;
    color: #c1a365;
    font-family: cursive;
}

.t6 {
    font-size: 14px;
    color: #afaba6;
    margin: 5px 0 20px;
}

.dh-list li {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.dh-list li .dh-time {
    width: 240px;
    padding-right: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #c1a365;
}

.dh-list li .line {
    width: 3px;
    min-height: 69px;
    background-color: #c1a365;
    position: relative;
    z-index: 1;
}

.dh-list li .dh-content {
    font-size: 18px;
    color: #969089;
    padding-left: 40px;
    padding-right: 170px;
    flex: 1;
}

.dh-list .dl-line {
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #f3f3f3;
    left: 240px;
    top: 0;
    z-index: 0;
}

.zz-list {
    padding-left: 110px;
    padding-right: 110px;
}

.zz-list .swiper-button-prev,
.zz-list .swiper-button-next {
    width: 53px;
    height: 53px;
}

.zz-list .swiper-button-prev::after,
.zz-list .swiper-button-next::after {
    content: '';
}

.zz-list .swiper-button-prev {
    background: url(../images/left-btn.png) center center no-repeat;
}

.zz-list .swiper-button-next {
    background: url(../images/right-btn.png) center center no-repeat;
}

.zz-list h2 {
    font-size: 16px;
    color: #555;
    margin-top: 25px;
}

.t7 {
    margin: 28px 0 35px;
    font-size: 24px;
    color: #c1a264;
}

.job {
    height: 760px;
}

.job-arc {
    font-size: 16px;
    color: #555;
    line-height: 26px;
    padding-left: 0;
}

.job-item .panel {
    box-shadow: none;
}

.job-item .panel-heading {
    padding: 35px 0 20px;
    border-bottom: 1px solid #cac9c1;
}

.job-item .panel-title {
    font-size: 20px;
    color: #c1a264;
}

.job-item .panel-title a {
    display: block;
    position: relative;
}

.job-item .panel-title a.collapsed::after {
    content: '展开';
    position: absolute;
    right: 25px;
    font-size: 16px;
    color: #555;
}

.job-item .panel-title a.collapsed {
    transition: all 0s;
    background: url(../images/arrow-down1.png) right center no-repeat;
}

.job-item .panel-title a::after {
    content: '收起';
    position: absolute;
    right: 25px;
    font-size: 16px;
    color: #555;
}

.job-item .panel-title a.collapsed.table-tr::after,
.job-item .panel-title a.table-tr::after {
    top: 0;
}

.job-item .panel-title a {
    background: url(../images/arrow-up1.png) right center no-repeat;
}

.job-item .panel-body {
    border-top: none !important;
    font-size: 16px;
    color: #888;
    line-height: 28px;
    padding: 25px;
}

.panel-body .up-btn {
    display: block;
    width: 125px;
    height: 39px;
    line-height: 39px;
    background-color: #c1a264;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}

.panel-table.table {
    height: 39px;
    line-height: 39px;
    background-color: #f3f2ef;
    margin-bottom: 0;
}

.panel-table.table span {
    font-size: 16px;
    color: #c1a264;
}

.panel-table span {
    display: block;
    float: left;
    font-size: 20px;
    color: #333;
}

.panel-table.table span:first-child {
    padding-left: 10px;
}

.panel-table span:first-child {
    padding-left: 25px;
}

.w1 {
    width: 22%;
}

.w2 {
    width: 22%;
}

.w3 {
    width: 11%;
}

.w4 {
    width: 16%;
}

.w5 {
    width: 22%;
}

.w6 {
    width: 7%;
}

.contact-list {
    margin-top: 30px;
    font-size: 0;
}

.contact-list li {
    margin-bottom: 40px;
    padding: 15px;
    vertical-align: top;
    display: inline-block;
    float: none;
    position: relative;
}

.contact-list li i:nth-of-type(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #c0a16b;
    transition: all linear 0.4s;
}

.contact-list li i:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #c0a16b;
    transition: all linear 0.4s;
}

.contact-list li:hover i:nth-of-type(1) {
    width: 100%;
}

.contact-list li:hover i:nth-of-type(2) {
    height: 100%;
}

.contact-list li i:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #c0a16b;
    transition: all linear 0.4s;
}

.contact-list li i:nth-of-type(4) {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: #c0a16b;
    transition: all linear 0.4s;
}

.contact-list li:hover i:nth-of-type(3) {
    width: 100%;
}

.contact-list li:hover i:nth-of-type(4) {
    height: 100%;
}

.contact-list li h2 {
    font-size: 20px;
    color: #333;
    padding: 21px 0;
    border-bottom: 1px solid #cac9c1;
    margin-bottom: 20px;
    position: relative;
}

.contact-list li h2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c0a16b;
    transition: all linear 0.4s;
}

.contact-list li h2:hover::after {
    width: 100%;
}

.contact-list li p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
    padding-left: 48px;
}

.contact-list li p span {
    position: absolute;
    left: 0;
}

.map {
    height: 765px;
    width: 100%;
    margin-top: 40px;
}


/*  资讯  */

.news-top {
    margin-top: 50px;
    margin-bottom: 60px;
    background-color: #fafafa;
}

.news-top {
    display: flex;
    align-items: center;
}

.news-top .news-top-left {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    overflow: hidden;
}

.news-top .news-top-left img {
    transition: all linear 0.3s;
}

.news-top .news-top-left:hover img {
    transform: scale(1.1);
}

.news-top .news-top-right {
    width: 50%;
    padding-left: 45px;
    padding-right: 45px;
}

.news-top-right h1 {
    font-size: 50px;
    color: #c1a365;
    font-weight: 500;
}

.news-top-right h3 {
    font-size: 30px;
    color: #c1a365;
    margin-top: 12px;
    font-weight: 500;
}

.news-top-right h2 {
    font-size: 30px;
    color: #969089;
    margin-top: 35px;
    line-height: 40px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    transition: all linear 0.3s;
}

.news-top-right h2:hover {
    color: #c1a365;
}

.news-top-right .arc {
    font-size: 18px;
    color: #aaa;
    line-height: 30px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    margin-top: 30px;
}

.news-list {
    background-color: #fafafa;
    padding: 40px 0 60px;
}

.news-list li {
    -webkit-transition: all .6s;
    transition: all .6s;
    border-bottom: 1px solid #e6e6e6;
}

.news-list li a {
    display: flex;
    align-items: center;
    -webkit-transition: all .6s;
    transition: all .6s;
    position: relative;
}

.news-list li .news-list-left {
    -webkit-transition: all .6s;
    transition: all .6s;
    width: 164px;
    padding: 60px 0 45px 40px;
    position: relative;
    z-index: 9;
}

.news-list-left h3 {
    font-size: 30px;
    color: #969089;
    font-weight: 500;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.news-list-left h4 {
    font-size: 14px;
    color: #969089;
    font-weight: 500;
    margin-top: 10px;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.news-list-right {
    flex: 1;
    padding-left: 40px;
    padding-right: 150px;
}

.news-list-right h2 {
    display: block;
    font-size: 30px;
    color: #969089;
    margin-top: 15px;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

.news-list-right .arc {
    font-size: 18px;
    color: #aaa;
    margin-top: 22px;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.news-list li:hover {
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: #f0eee8;
    border-bottom: 1px solid #f0eee8;
}

.news-list li:hover .arc {
    color: #969089;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.news-list li:hover h3,
.news-list li:hover h4 {
    color: #cab07b;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.news-list li a:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    left: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.news-list li:hover a:before {
    width: 164px;
    background: url(../images/news_bg-left.png) center center no-repeat;
}

.news-list li .arrow {
    opacity: 0;
    position: absolute;
    right: 90px;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.news-list li:hover .arrow {
    opacity: 1;
    right: 30px;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.news-list li .icon-down {
    display: block;
    width: 53px;
    height: 53px;
    position: absolute;
    background: url(../images/icon-down.png) center center no-repeat;
    right: 33px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.news-list li:hover .icon-down {
    background: url(../images/icon-down-h.png) center center no-repeat;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.pages {
    margin-top: 60px;
    color: #979797;
}

.pages input {
    width: 41px;
    height: 41px;
    border: 1px solid #e0e0e0;
    text-align: center;
    background-color: #fafafa;
    margin-right: 15px;
}

.pages a,
.pages span {
    padding: 12px 18px;
    background-color: #eeebe5;
    border-radius: 8px;
    margin: 0 2px;
    color: #979797;
    font-size: 16px;
}

.pages span {
    background-color: #d2c4ac;
    color: #fff;
}

.news-title {
    margin-top: 50px;
    color: #333;
    font-weight: 500;
}

.news-time {
    margin: 22px 0 25px;
    font-weight: 500;
    font-size: 16px;
}

.news-arc {
    padding: 45px 20px;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    line-height: 30px;
    font-size: 16px;
    color: #555;
}

.inn-pages {
    margin: 40px 0;
}

.inn-pages a {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 30px;
}

.inn-pages a:hover {
    text-decoration: underline !important;
}

.item-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-1 .container {
    display: flex;
    align-items: center;
    color: #fff;
    height: 37%;
}

.item-1 .item-1-left {
    width: 550px;
    animation: load-move 1s ease-out forwards;
}

.item-1-left h2 {
    font-size: 36px;
}

.item-1-left .line {
    display: block;
    height: 1px;
    background-color: #fff;
    width: 65px;
    margin: 15px 0 19px;
}

.item-1-left h4 {
    font-size: 20px;
    font-weight: 500;
}

.item-1 .item-1-right {
    flex: 1;
    line-height: 30px;
    font-size: 18px;
    animation: load-move 1s ease-out forwards;
}

.item-1-list {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.item-1-list li:nth-child(odd) {
    background-color: rgba(255, 255, 255, .9);
}

.item-1-list li:nth-child(even) {
    background-color: rgba(255, 255, 255, 1);
}

.item-1-list li {
    height: 292px;
    padding-top: 100px;
    padding-left: 240px;
}

.item-1-list li img {
    position: absolute;
    left: 150px;
    top: 120px;
}

.item-1-list li:hover img {
    animation: up-move 1s linear infinite;
}

.item-1-list li h2 {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    transition: all linear 0.6s;
}

.item-1-list li:hover h2 {
    transform: rotateX(360deg);
}

.item-1-list li h4 {
    font-size: 18px;
    color: #888;
    line-height: 22px;
    font-weight: 500;
}

.item-1-list li .line {
    display: block;
    width: 46px;
    height: 1px;
    background-color: #c7c2b7;
    margin: 20px 0;
}

.item-2 {
    background-color: #ddd9ce;
    padding: 110px 0 85px;
}

.item-2 .line {
    display: block;
    width: 65px;
    height: 1px;
    background-color: #c1a264;
    margin: 15px 0 20px;
}

.item-2 .t2 {
    font-size: 20px;
    color: #b4b2a2;
    font-weight: 500;
}

.item-2 .arc {
    font-size: 18px;
    color: #555;
    font-weight: 500;
    line-height: 31px;
}

.item-2-list {
    margin-top: 80px;
}

.item-2-list li {
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}

.item-2-list li .item-2-con {
    background-color: #f2f1ef;
    height: 385px;
    border-radius: 8px;
    padding: 50px 40px 0 40px;
}

.item-2-list li h2 {
    margin: 25px 0;
}

.item-2-list li h3 {
    opacity: 1;
    -webkit-transition: all .6s;
    transition: all .6s;
    position: absolute;
    top: 0;
    font-size: 35px;
    color: #d4d2c3;
    font-weight: 500;
    width: 100%;
}

.item-2-list li .icon {
    position: absolute;
    right: 0;
    top: 65px;
}

.item-2-list li p {
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    font-size: 16px;
    color: #888;
    line-height: 26px;
    position: absolute;
    top: 0;
}

.item-2-list li:hover h3 {
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.item-2-list li:hover p {
    opacity: 1;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.item {
    background: url(../images/c-bg.jpg) left top repeat-y;
    zoom: .9;
}

.item-left {
    display: flex;
    padding-left: 0;
    padding-right: 0;
}

.inn-tabs-nav {
    padding-left: 65px;
    margin-bottom: 30px;
}

.inn-tabs-nav .nav-flex {
    display: flex;
    align-items: center;
}

.inn-tabs-nav .nav-flex h2 {
    font-size: 20px;
    color: #706956;
    font-weight: 500;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}

.inn-tabs-nav .drop-menu {
    margin-left: 55px;
    padding: 25px 0;
    display: none;
}

.inn-tabs-nav .drop-menu span {
    cursor: pointer;
    font-size: 14px;
    color: #716a57;
    line-height: 200%;
    padding-left: 20px;
}

.drop-menu span:hover,
.drop-menu span.active {
    background: url(../images/arrow.jpg) left center no-repeat;
}

.item-left .item-left-nav {
    width: 345px;
    padding-top: 75px;
}

.inn-tabs-nav.active {
    margin-bottom: 0;
}

.inn-tabs-nav.active h2 {
    padding-left: 50px;
    color: #c19f5f;
    transition: all .5s;
}

.inn-tabs-nav.active h2::before {
    content: '';
    width: 39px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #c1a166;
    top: 50%;
    margin-top: -1px;
    transition: all .5s;
}

.item-left-nav a {
    font-size: 20px;
    display: block;
    color: #706957;
    font-weight: 500;
    padding-right: 65px;
    margin-bottom: 25px;
}

.item-left-nav .inn-nav-icon {
    width: 55px;
}

.case-nav a.active,
.case-nav a:hover {
    color: #c1a264;
}

.item-left .item-left-content {
    flex: 1;
    padding-bottom: 30px;
}

.item-right {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
}

.item-left-content .con,
.item-right .con,
.item-bottom .con {
    display: none;
}

.item-left-content .con.active,
.item-right .con.active,
.item-bottom .con.active {
    display: block;
}

.item-left-content .con {
    padding: 75px 50px 0;
}

.item-left-content .line {
    display: block;
    height: 2px;
    background-color: #d3c098;
    width: 66px;
    margin: 24px 0;
}

.item-left-content .arc {
    font-size: 16px;
    font-weight: 500;
    color: #888;
    line-height: 25px;
}

.item-left-content .more {
    display: inline-block;
    margin-top: 50px;
}

.case {
    padding: 80px 0 45px;
}

.case-title h2 {
    font-size: 36px;
    color: #c1a264;
}

.case-title .line {
    display: inline-block;
    height: 1px;
    width: 66px;
    background-color: #c1a264;
    margin: 20px 0;
}

.case-title h3 {
    font-size: 20px;
    color: #d4d2c3;
    font-weight: bold;
}

.case-list {
    margin-top: 40px;
    font-size: 0;
}

.case-list li {
    padding-left: 11px;
    padding-right: 11px;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 50px;
}

.case-list li a {
    display: block;
}

.case-list li h2 {
    font-size: 20px;
    color: #555;
    margin-top: 35px;
    font-weight: 500;
    transition: all linear 0.3s;
}

.case-list li:hover h2 {
    color: #c1a264;
}

@media (min-width: 1600px) {
    .container {
        width: 1600px;
        clear: both;
        margin: 0 auto;
        zoom: .9;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1600px) {
    .busi-left {
        padding: 100px 0 75px;
    }
    .con .con-info {
        padding-top: 70px;
    }
    .tabs {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .item-left-content .arc {
        font-size: 14px;
        line-height: 20px;
    }
    .item-left-nav a {
        margin-bottom: 18px;
    }
    .tabs a {
        font-size: 14px;
        line-height: 26px;
    }
    .container {
        width: 85%;
        zoom: .9;
        padding-left: 15px;
        padding-right: 15px;
    }
    .item-1-list li img {
        top: 80px;
        left: 10%;
    }
    .item-1-list li {
        height: 200px;
        padding-top: 50px;
        padding-left: 10%;
    }
}

.sh-img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

@media (max-width: 1200px) {
    .item-1-list {
        position: relative;
    }
    .inn-ban>div:nth-of-type(1) {
        height: 50vw !important;
    }
    .serv-right {
        margin-top: 12vw;
    }
    .container {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .swiper-banner .swiper-slide>img {
        height: 100%;
    }
    .left-item h3 {
        font-size: 16px;
    }
    .left-item h4 {
        font-size: 12px;
        margin-top: 4px;
    }
    .pic-item-left h3 {
        font-size: 20px;
    }
    .pic-item .pic-item-left {
        width: 80px;
        padding-left: 10px;
    }
    .about,
    .serv,
    .resp,
    .news,
    .news-right h1,
    .busi-left,
    .news-list,
    .item-2,
    .inn-about,
    .item-list li,
    .case {
        padding: 26vw 0 0;
    }
    .news-right h1 {
        padding-top: 1vw;
    }
    .business {
        padding-top: 20vw;
    }
    .news-right-list li a {
        padding: 12px 0;
    }
    .foot-left-bottom a {
        font-size: 14px;
    }
    .tabs,
    .news-top,
    .inn-pages {
        margin: 15px 0;
    }
    .news-list li a {
        padding: 15px 0;
    }
    .title h1,
    .resp-left h1,
    .news-right h1,
    .busi-left h1 {
        font-size: 36px;
    }
    .title h2,
    .busi-left h2 {
        font-size: 42px;
    }
    .title h3,
    .resp-left h2,
    .busi-left h3 {
        font-size: 28px;
    }
    .title h4,
    .resp-left h3,
    .news-right h2 {
        font-size: 20px;
        margin: 15px 0;
    }
    .about-right,
    .pages,
    .item-2-list,
    .news-title {
        margin-top: 30px;
    }
    .serv-left,
    .news .news-right,
    .busi-left,
    .news-top .news-top-right {
        padding: 15px;
    }
    .tabs-content,
    .con .con-pic,
    .inn-nav,
    .item-1,
    .item-1-list,
    .resp {
        position: relative;
        width: 100%;
    }
    .resp .resp-left {
        color: #333;
        max-width: 100%;
    }
    .news-right-list .left-item {
        width: 80px;
    }
    .news-right-list li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid #c1a264;
    }
    .news-right-list li a {
        background: url(../images/arrow.png) right center no-repeat;
    }
    .tabs a {
        display: inline-block;
        margin: 0 5px;
    }
    .tabs a.active {
        background: none;
        padding-left: 0;
        text-decoration: underline !important;
        margin: 0 5px;
    }
    .tabs a.active h2 {
        padding-left: 0;
    }
    .tabs a.active h2::before {
        content: '';
        width: 0;
    }
    .con .con-more {
        right: 50px;
        bottom: -40px;
        color: #fff;
    }
    .inn-ban-info {
        display: flex;
        align-items: center;
        top: 0;
        height: 50%;
    }
    .inn-ban.inn-ban-other .inn-ban-info {
        height: 70%;
    }
    .inn-ban-info h2 {
        font-size: 24px;
        margin-top: 37vw;
        font-weight: bold;
    }
    .inn-nav {
        padding: 15px 0;
        height: auto;
        line-height: 210%;
    }
    .news-list-right,
    .news-list li .news-list-left,
    .item-list h2 {
        padding: 0;
    }
    .news-list li .news-list-left {
        width: 70px;
    }
    .news-list-right h2 {
        display: -webkit-box;
        margin-top: 0;
        font-size: 18px;
        line-height: 26px;
    }
    .item-2-list li p {
        font-size: 14px;
        line-height: 26px;
    }
    .news-list-right .arc {
        font-size: 12px;
    }
    .news-list-right .arc {
        margin-top: 4px;
    }
    .pages a,
    .pages span {
        padding: 6px 9px;
        font-size: 14px;
        border-radius: 4px;
        line-height: 260%;
    }
    .pages input {
        width: 30px;
        height: 30px;
    }
    .item-1 .container {
        color: #333;
        display: block;
    }
    .item-1 .item-1-left,
    .item-1 .item-1-right {
        width: 100%;
        margin-top: 15px;
    }
    .item-1-left .line {
        background-color: #333;
        margin: 10px 0;
    }
    .item-2-list li {
        margin: 15px 0;
    }
    .item-2-list li h3 {
        opacity: 0;
    }
    .item-2-list li p {
        opacity: 1;
    }
    .news-top {
        display: block;
    }
    .news-top .news-top-left,
    .news-top .news-top-right {
        width: 100%;
    }
    .map {
        height: 400px;
    }
    .item-list .item-list-left,
    .item-list .item-list-right {
        width: 100%;
        text-align: left;
        padding: 15px 0;
        float: none;
    }
    .item-list li:nth-child(even) .item-list-left,
    .item-list li:nth-child(odd) .item-list-left {
        padding-left: 0;
        padding-right: 0;
    }
    .item-list li:nth-child(odd) .item-list-right {
        text-align: left;
        float: none;
    }
    .dh-list li {
        margin: 20px 0;
    }
    .dh-list li .dh-content {
        padding: 0 15px;
    }
    .dh-list li .dh-time {
        width: 100px;
    }
    .dh-list .dl-line {
        left: 100px;
    }
    .item-table {
        width: 100%;
        overflow-x: hidden
    }
    .item-table-1 {
        min-width: 700px;
        overflow-x: auto
    }
    .item-table-2 {
        min-width: 1580px;
    }
    .item {
        background: none;
    }
    .item-left .item-left-nav {
        width: 140px;
        background-color: #e3e0d6;
    }
    .inn-tabs-nav {
        padding-left: 0;
        text-align: right;
    }
    .inn-tabs-nav .nav-flex {
        justify-content: end;
        padding-right: 10px;
    }
    .inn-tabs-nav .nav-flex h2 {
        font-size: 18px;
        padding-left: 0;
    }
    .inn-tabs-nav.active h2 {
        padding-left: 0;
    }
    .inn-tabs-nav.active h2::before {
        content: '';
        width: 0;
    }
    .inn-tabs-nav .drop-menu {
        padding-left: 0;
        padding-right: 15px;
        margin-left: 0;
    }
    .item-left-nav a,
    .inn-tabs-nav .drop-menu span {
        font-size: 14px;
    }
    .item-left .item-left-nav {
        padding-top: 20px;
    }
    .t1 {
        font-size: 30px;
    }
    .item-left-nav a {
        padding-right: 10px;
    }
    .item-left .item-left-content {
        background-color: #eeece7;
    }
    .item-left-content .con {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .item-1-list li img {
        left: 80px;
    }
    .news-list-left h3 {
        font-size: 18px;
    }
    .item-1-list li {
        height: auto;
        padding-left: 150px;
        margin: 20px 0;
    }
    .contact-list li {
        width: 100%;
    }
    .num h2 span {
        font-size: 36px;
    }
    .item-swiper .swiper-container {
        padding: 100px 0 10px;
    }
    .item-swiper .swiper-container {
        margin: 0;
    }
    .case-list li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
        width: 100%;
    }
    .case-list li h2 {
        margin-top: 15px;
    }
}

@media (min-width: 1280px) {
    .inn-item {
        animation: contentMove 0.5s ease-out forwards;
    }
}

.swiper-slide .container {
    transform: translateY(50px);
    opacity: 0;
    transition: all .6s;
}

.ani-slide .container,
.footer-slide .container {
    transform: translateX(0);
    opacity: 1;
}

.swiper-container-outer .footer-slide {
    height: auto !important;
}

.ani-slide .about-right .block-1 {
    width: 255px;
    height: 287px;
    background-color: #d9cbad;
    right: 0;
    top: -67px;
    opacity: 1;
}

.ani-slide .about-right .block-2 {
    width: 125px;
    height: 129px;
    background-color: #e6e0cd;
    left: -25px;
    bottom: -54px;
    opacity: 1;
}

.ani-slide .about-right .block-3 {
    width: 55px;
    height: 55px;
    background-color: #e0c99c;
    right: -55px;
    bottom: -30px;
    opacity: 1;
}

.ani-slide .serv-right .block-1 {
    width: 255px;
    height: 287px;
    background-color: #ddcdaf;
    left: -45px;
    top: -40px;
    opacity: 1;
}

.ani-slide .serv-right .block-2 {
    width: 55px;
    height: 55px;
    background-color: #dec79a;
    left: -102px;
    bottom: 0;
    opacity: 1;
}

.ani-slide .serv-right .block-3 {
    width: 125px;
    height: 129px;
    background-color: #e2dccb;
    right: -65px;
    bottom: -37px;
    opacity: 1;
}

.item-right .con.active>img {
    animation: load-move2 0.6s ease-out forwards;
}

.case-list li a img {
    transition: all linear 0.3s;
}

.case-list li a:hover img {
    transform: translateY(-10px);
}